ReplaceText(TextMapFragment,String,Font,Nullable<Single>) Method
In This Topic
Replaces a specified text range on the current page.
Syntax
'Declaration
Public Overloads Sub ReplaceText( _
ByVal As TextMapFragment, _
ByVal As System.String, _
Optional ByVal As Font, _
Optional ByVal As System.Nullable(Of Single) _
)
public void ReplaceText(
TextMapFragment ,
System.string ,
Font ,
System.Nullable<float>
)
Parameters
- fragment
- The text range.
- newText
- The replacement text.
- font
- The font to use on , if a null reference (Nothing in Visual Basic) the current font will be used.
- fontSize
- The font size to use on , if a null reference (Nothing in Visual Basic) the current font size will be used.
See Also